home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_6
/
PlaceObject2_193_49
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2007-01-15
|
444b
|
28 lines
onClipEvent(enterFrame){
if(_X <= _root.super._x)
{
gotoAndStop("blank");
ok = 0;
}
else
{
ok = 1;
}
if(this.hitTest(_root.player.bleh) && _currentframe == 1)
{
gotoAndStop(2);
}
if(_currentframe != 2 && ok == 1)
{
gotoAndStop(1);
}
if(rr == 0)
{
_rotation = _rotation + 2;
}
if(rr == 1)
{
_rotation = _rotation - 2;
}
}